All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.sound.Sound
java.lang.Object
|
+----quicktime.sound.Sound
- public final class Sound
- extends Object
- implements QuickTimeLib
Provides general routines for recording sound
-
Sound()
-
-
play(SndHandle)
- Plays a sound from memory.
Sound
public Sound()
play
public static final void play(SndHandle sndHdl) throws SoundException
- Plays a sound from memory.
QuickTime::SndPlay QuickTime::SndPlay
- Parameters:
- sndHdl - the handle that has the sound data in it
All Packages Class Hierarchy This Package Previous Next Index